[]
        
(Showing Draft Content)

C1.DataCollection.C1DynamicList-1.InsertRange

InsertRange Method

InsertRange(int, IEnumerable<T?>)

Declaration
public void InsertRange(int startingIndex, IEnumerable<T?> newItems)
Public Sub InsertRange(startingIndex As Integer, newItems As IEnumerable(Of T))
Parameters
Type Name Description
int startingIndex
IEnumerable<T> newItems

InsertRange(int, int)

Inserts the specified count of items (nulls) at the specified startingIndex.

Declaration
public void InsertRange(int startingIndex, int count)
Public Sub InsertRange(startingIndex As Integer, count As Integer)
Parameters
Type Name Description
int startingIndex

The index where the items are inserted.

int count

The number of nulls that will be inserted.